Core Components
-
A
Promiseis a functional abstraction around a failable asynchronous operation.See moreSee
ThenableDeclaration
Swift
public final class Promise<T> : Thenable, CatchMixin
-
Thenable represents an asynchronous operation that can be chained.
See moreDeclaration
Swift
public protocol Thenable : AnyObject
View on GitHub
Core Components Reference